help me out in configuring net on vista and linux

  • Thread starter Thread starter vvsmk
  • Start date Start date
  • Replies Replies 2
  • Views Views 1,451

vvsmk

Newbie
Messages
3
Location
NA
ISP
DataOne
hi,i am mohan problem in configuring net on vista and linux and resulted in vain can anyone help me in getting connected ????? plz my modem model is huwaie smart ax mt 882thnks in advance
 
You dont need anything special to have net access using vista/linux.configure your 882 for pppoe and just give ip address subnetmask and default gateway to vista/linux say ..882 wit 192.168.1.1 give IP to vista/linux with 192.168.1.2/192.168.1.3 default gateway 192.168.1.1 same for vista/linux and put dns server as 61.1.96.69 and 61.1.96.71Go to run-type cmd and press enter .. execute this command this will do ..( for vista )netsh interface ip set address "yout_Loal Area Connectionn_name" static 192.168.1.2 255.255.255.0 192.168.1.1and for dns netsh interface ip set dns "your_Local Area Connection_name" static 61.1.96.69 primarynetsh interface ip set dns "your_Local Area Connection_name" static 61.1.96.71 secondrywhat is your linux distro ?ping 192.168.1.1 from vista/linux ..getting reply ?..goodfor ipv6 : run command ipconfig /all ..and look for ipv6 addressgo to comand prompt type : ipv6 uninstall This will uninstall ipv6
 
Back