Re: Static IP on a Bridge

2012-01-02 Thread james
Hey everyone, Sorry for the late response. Got sidetracked during the New Year. Below is my response: Quoting Benjamin Lee b...@b1c1l1.com: On 12/29/2011 09:21 AM, ja...@colannino.org wrote: Quoting Matthew Seaman m.sea...@infracaninophile.co.uk: What's the error message you see when

Static IP on a Bridge

2011-12-29 Thread james
Hey everyone. I've successfully setup a network bridge in /etc/rc.conf. However, I am only able to access the network if I dhcp on bridge0 *after* the bridge is configured. If I try to set a static IP on the bridge, things don't work. Here's my /etc/rc.conf: cloned_interfaces=bridge0

Re: Static IP on a Bridge

2011-12-29 Thread Matthew Seaman
On 29/12/2011 07:48, ja...@colannino.org wrote: bridge0 is configured with the IP 192.168.1.6, but I can't ping out. However, once I run dhclient in bridge0, things magically work. Does anyone know why the above won't work? Thanks! What's the error message you see when you fail to ping out?

Re: Static IP on a Bridge

2011-12-29 Thread james
Quoting Brian Seklecki (Mobile) r...@probikesllc.com: Also, what MAC address does the DHCPREQUEST packet appear to be sourced from (from the view of your DHCP server, or on the wire somewhere between the two (SPAN PORT)) ~BAS How do I do that? :) James

RE: Static IP on a Bridge

2011-12-29 Thread Devin Teske
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of ja...@colannino.org Sent: Thursday, December 29, 2011 9:21 AM To: freebsd-questions@freebsd.org Subject: Re: Static IP on a Bridge Quoting Matthew Seaman m.sea

Re: Static IP on a Bridge

2011-12-29 Thread Brian Seklecki (Mobile)
Also, what MAC address does the DHCPREQUEST packet appear to be sourced from (from the view of your DHCP server, or on the wire somewhere between the two (SPAN PORT)) ~BAS This sounds familar. ___ freebsd-questions@freebsd.org mailing list

Re: Static IP on a Bridge

2011-12-29 Thread james
Quoting Matthew Seaman m.sea...@infracaninophile.co.uk: What's the error message you see when you fail to ping out? ping: cannot resolve google.com: Host name lookup failure What does the routing table (netstat -r) look like before and after DHCP? Before DHCP: Routing tables Internet:

RE: Static IP on a Bridge

2011-12-29 Thread james
Quoting Devin Teske devin.te...@fisglobal.com: Add the following line (exactly as it appears) to /etc/rc.conf: defaultrouter=192.168.1.1 That line's been there the whole time. Hasn't helped :( James ___ freebsd-questions@freebsd.org mailing

RE: Static IP on a Bridge

2011-12-29 Thread james
Quoting Devin Teske devin.te...@fisglobal.com: Add the following line (exactly as it appears) to /etc/rc.conf: defaultrouter=192.168.1.1 I should probably re-port my original configuration: cloned_interfaces=bridge0 tap0 tap1 ifconfig_bridge0=addm re0 addm tap0 addm tap1 up inet 192.168.1.6

Re: Static IP on a Bridge

2011-12-29 Thread Benjamin Lee
On 12/29/2011 09:21 AM, ja...@colannino.org wrote: Quoting Matthew Seaman m.sea...@infracaninophile.co.uk: What's the error message you see when you fail to ping out? ping: cannot resolve google.com: Host name lookup failure It seems that you are currently receiving your resolver from DHCP