Deafult gateway doesn't start with 192.168

So my deafult gateway dosnt start with 192.168 but for my laptop it does and my brothers pc does for me it starts with 46.109.248.1 Any Help I cant portforward Help me il try anything and my Router is Technicolor
 
Can we assume "my laptop it does and my brothers pc does" applies to his pc connected to your router?

login as an admin, get a command prompt and issue these two commands

  • netsh winsock reset
  • netsh int ip reset c:\resetlog.txt

reboot
 
Login as an ADMIN, get a command prompt.
type ipconfig and notice the IP address and the Gateway.
type these:
  • ipconfig /flushdns
  • net stop "dns client"
  • net start "dns client"
(and yes, those quotes are necessary)

now enter this pair
  • ipconfig /release
  • ipconfig /renew
and test the ip settings again
  • ipconfig
Your IP address *MUST* have the first three numbers matching those of the router.
 
Back