

InterviewSolution
Saved Bookmarks
1. |
Solve : help me with this opensuse..can't go to the net..? |
Answer» i can't go to the internet, yeah i know i have to configure the DNS...IP Address and bla2..but that's the problem, i don't even know how to check it, what command to get it, where to put it..and so on..i made research, but i guess i'm stuck.I'm very new with it, so please helpbefore you post here, you should read the manual..open a terminal, and try this : ifconfig. Post the result.Quote from: gegefrench on December 09, 2007, 02:51:15 AM open a terminal, and try this : ifconfig. Post the result.dude dont you mean IPCONFIG?Quote from: mohkiller on December 09, 2007, 03:31:47 AM Quote from: gegefrench on December 09, 2007, 02:51:15 AMopen a terminal, and try this : ifconfig. Post the result.dude dont you mean IPCONFIG? No. He meant what he said. This is the linux board. [emailprotected]:~> /sbin/ifconfig eth1 Link encap:Ethernet HWaddr 00:30:4F:20:49:FC inet addr:192.168.1.11 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::230:4fff:fe20:49fc/64 Scope:Link UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:11 errors:0 dropped:0 overruns:0 frame:0 TX packets:39 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2471 (2.4 Kb) TX bytes:6129 (5.9 Kb) Interrupt:20 Base address:0x8000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:42 errors:0 dropped:0 overruns:0 frame:0 TX packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2708 (2.6 Kb) TX bytes:2708 (2.6 Kb) [emailprotected]:~> /sbin/route Kernel IP ROUTING table Destination Gateway Genmask Flags Metric REF Use Iface 192.168.1.0 * 255.255.255.0 U 0 0 0 eth1 link-local * 255.255.0.0 U 0 0 0 eth1 loopback * 255.0.0.0 U 0 0 0 lo default mygateway.ar7 0.0.0.0 UG 0 0 0 eth1 [emailprotected]:~> which one are my gateway number???i already solve this, tq so much for everyone help.The default gateway is listed in the route output line with the flag "UG". The G is for the gateway. So it is "mygateway.ar7". The actual IP address MAY be given in /etc/hosts. You can also look at the contents of /etc/resolv.conf. It should list the ISPs nameserver addresses. So the gateway is 192.168.1.1 and in the name SERVER 1 & 2 i put in 202.188.0.133 & 202.188.1.5 By the way i CHOOSE manual configuration. |
|