on the modem side, do you have to set-up NAT in order to be able to access your 
OBSD from the Internet?
I think the Alcatel modem does have NAT - or not?

Thanks

On Wed, Feb 22, 2006 at 03:24:31PM +0100, Daim Willemse wrote:
> The configuration of the OBSD box is not that hard:
> I use dhcp-client. I need to manually add a route to the gateway of my 
> provider for it is not in the same subnet as my external IP. For the rest 
> all info is correctly accepted by dhcp-client.
> 
> This is my configuration file of the external interface:
> # cat hostname.xl1
> # this line activates the dhcp-client
> dhcp
> # this command makes it still possible to talk to my modem
> !/sbin/route add -net 10.0.0.138 -netmask 255.255.255.255 \
> -interface 213.84.xxx.xxx -cloning
> # this command adds the correct route to the gateway of the provider, I 
> need this because the
> # gateway is not in the same subnet as my IP
> !/sbin/route add -net 195.190.249.23 -netmask 255.255.255.255 \
> -interface 213.84.xxx.xxx -cloning
> !/sbin/route add default 195.190.249.23
> 
> Daim
> 
> >From: FTP <[EMAIL PROTECTED]>
> >To: Daim Willemse <[EMAIL PROTECTED]>
> >Subject: Re: ADSL modem intern
> >Date: Tue, 21 Feb 2006 18:54:45 +0100
> >
> >I see. And how do you assign the IP address your modem gets from your ISP 
> >to the
> > OBSD box?
> >
> > Thanks
> >
> >On Tue, Feb 21, 2006 at 06:30:25PM +0100, Daim Willemse wrote:
> >>
> >> Personally I use an Alcatel speedtouch modem in dhcp_spoofing mode. It 
> >has
> >> the advantage I have an ethernet interface with the external ip. That 
> >kind
> >> of config is very native to OpenBSD. A PPTP conn. is not very native and
> >> therefor it may cause trouble. I wouldnt opt for an internal adsl-card 
> >with
> >> OBSD.
> >>
> >> Da?m
> >>
> >> >From: FTP <[EMAIL PROTECTED]>
> >> >To: misc@openbsd.org
> >> >Subject: ADSL modem intern
> >> >Date: Tue, 21 Feb 2006 14:43:21 +0100
> >> >
> >> >Hi there,
> >> >
> >> >I'm interested to buy an ADSL modem PCI card for OpenBSD and Sangoma
> >> >informed me that their products are not for xBSD any more!
> >> >Any alternatives around?
> >> >
> >> >Thanks
> >> >
> >> >George

Reply via email to