
30th August 2012, 04:10
|
|
Junior Member
|
|
Join Date: Aug 2012
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
If what you mean by CLI is command-line interface, then yes, I have access to it. It's the only way I am able to reach and do some things with the server.
Anyway, I tried doing what you suggested, and here are the results.
ifconfig eth0
Code:
eth0 Link encap:Ethernet HWaddr 00:90:99:33:98:B1
inet addr:192.168.1.16 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::290:99ff:fe33:98b1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5950 errors:0 dropped:0 overruns:0 frame:0
TX packets:325 errors:0 dropped:0 overruns:0 carrier:0
collisions:2 txqueuelen:1000
RX bytes:682794 (666.7 KiB) TX bytes:42115 (41.1 KiB)
Interrupt:18 Base address:0xa000
route -n
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
arp -n
Code:
Address HWtype HWaddress Flags Mask Iface
192.168.1.9 ether 00:19:66:cb:f7:97 C eth0
And I can ping the gateway.
Any help would be appreciated.
Thank you~
|