Re: [Hampshire] Routing traffic

Top Page

Reply to this message
Author: Vic
Date:  
To: hampshire
Subject: Re: [Hampshire] Routing traffic
> eth0 Link encap:Ethernet HWaddr 00:0A:E4:35:08:A3
>           inet addr:192.168.1.249  Bcast:192.168.1.255
> eth1      Link encap:Ethernet  HWaddr 00:12:F0:B6:67:38
>           inet addr:192.168.1.100  Bcast:192.168.1.255


Don't do that. If you're bridging, bring up ethx without IP addresses (I
don't know the Debian incantation for that).

Give the IP address you want to the bridge, not the components...

> I'm not sure about pinging the debian box (it's
> totally headless) as I don't know it's IP address.


nmap is your friend (once you've sorted out your addressing). Do something
like "nmap -p 80 192.168.1.0/24" to find all HTTP servers on that network.

Vic.