Greetings,

I'm trying to get my Netgear DG-632 to operate as a half-bridge to my
OpenBSD router.

Unfortunately the public IP address my ISP is dynamically assigning
(58.104.125.124) is not on the same subnet as their default gateway
(211.31.137.132), hence I suspect dhclient(8) is baulking when
attempting to establsh the default route.

Is there any method of getting around this? Potentially relevant
information follows:

# sh /etc/netstart
DHCPDISCOVER on sis1 to 255.255.255.255 port 67 interval 3
ip length 576 disagrees with bytes received 580.
accepting packet with data after udp payload.
DHCPOFFER from 10.1.1.1
DHCPREQUEST on sis1 to 255.255.255.255 port 67
ip length 576 disagrees with bytes received 580.
accepting packet with data after udp payload.
DHCPACK from 10.1.1.1
bound to 58.104.125.124 -- renewal in 30 seconds.
Nov 10 09:58:01 wendolene dhclient[17932]: connection closed
Nov 10 09:58:01 wendolene dhclient[17932]: exiting.
# netstat -anrf inet
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use    Mtu  Interface
10/8               link#2             UC          0        0      -   sis1
10.1.1.15          127.0.0.1          UGHS        0        0  33224   lo0
58.104.125/24      link#2             UC          0        0      -   sis1
58.104.125.124     127.0.0.1          UGHS        0        0  33224   lo0
127/8              127.0.0.1          UGRS        0        0  33224   lo0
127.0.0.1          127.0.0.1          UH          3        0  33224   lo0
192.168.0/24       link#1             UC          0        0      -   sis0
224/4              127.0.0.1          URS         0        0  33224   lo0

Any assistance will be much appreciated.

Regards,
Damon

Reply via email to