if you are physically connected to the LAN, and I assume you are running on a linux box, run this command:
you'll have to do this as root, or maybe have to do:
Code:
sudo /sbin/ifconfig
you should have results like:
Code:
eth1 Link encap:Ethernet HWaddr 00:1D:09:AC:CB:F8
inet addr:192.168.0.241 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6370 errors:0 dropped:0 overruns:0 frame:0
TX packets:2275 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2689680 (2.5 Mb) TX bytes:434611 (424.4 Kb)
Interrupt:17
Take note of your Mask. For me its a Class C so it would be /24. You can google yours to find out your equivalent CIDR if you don't know about subnetting.