This is a discussion on Setting up NICs in OpenBSD within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> I originally had a RealTek based NIC in my box when I installed OpenBSD. I decided to swap it ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I originally had a RealTek based NIC in my box when I installed OpenBSD. I decided to swap it out and stick a VIA-based(vr0) based card in, and also a 3com(xl0). Following the FAQ on openbsd.org, I created hostname.vr0 with 'inet 192.168.1.5 255.255.255.0 NONE'. Now on boot, when /etc/netstart executes, I get ": not in table" returned. The odd thing is, if I manually do it by executing 'ifconfig vr0 inet 192.168.1.5 255.255.255.0 NONE', it works like a champ. I know I can do a workaround easily, but I'd really like to get the script working. Anyone have any ideas? thanks, ben |
| |||
| ben wrote: > I originally had a RealTek based NIC in my box when I installed > OpenBSD. I decided to swap it out and stick a VIA-based(vr0) based > card in, and also a 3com(xl0). Following the FAQ on openbsd.org, I > created hostname.vr0 with 'inet 192.168.1.5 255.255.255.0 NONE'. Now > on boot, when /etc/netstart executes, I get ": not in table" returned. > The odd thing is, if I manually do it by executing 'ifconfig vr0 inet > 192.168.1.5 255.255.255.0 NONE', it works like a champ. I know I can > do a workaround easily, but I'd really like to get the script working. > Anyone have any ideas? > > thanks, > ben typo in the script ? hidden characters ? |
| ||||
| bards1888 <bards1888@yahoo.com.au.au> wrote in message news:<2la05vFaetg0U1@uni-berlin.de>... > typo in the script ? > hidden characters ? that was it.. apparently Joe sticks some sort of hidden character or something similar in the file, because after I edited with vi, it works fine. thanks.. |