Sponsored Content
Full Discussion: Four PCs Sharing ADSL
Top Forums UNIX for Dummies Questions & Answers Four PCs Sharing ADSL Post 31797 by PxT on Wednesday 13th of November 2002 02:17:04 PM
Old 11-13-2002
Couple of problems i noticed in your post:

On the machine connected directly to the DSL line, your external interface needs to have a real routable IP address. You should have received this from your ISP (or maybe it is DHCP). It looks like you are using 192.168.0.1 which is a non-routable address.

In your iptables command, you are telling it to masquerade out the ppp0 interface. It doesnt sound like you are using dialup, so you should replace that with eth0 or whatever your external interface is.
 

9 More Discussions You Might Find Interesting

1. IP Networking

Unix and ADSL

Is ADSL support available for Unix/Linux? If I want to set up a internet server, will it have to be Windows with a seperate unix box? Or can it be a clean unix server? (2 Replies)
Discussion started by: vannie
2 Replies

2. UNIX for Dummies Questions & Answers

PPPoE + ADSL on FreeBSD 4.4

Hi everyone, This is basically my problem. I setup freebsd, and wanted to get my adsl connection up which uses pppoe to connect. I followed the steps in this (http://free.mine.nu/~squirrel/PPPoE/FreeBSD%20PPPoE%20Howto.htm) manual and configured everything successfully. The problem begins when i... (7 Replies)
Discussion started by: Luftwaffe
7 Replies

3. UNIX for Dummies Questions & Answers

ADSL with Darwin 1.41

Hey everyone, just to let you all know "I'm an uber n00b" I'm connected to Telstra Bigpond's (Australian ISP) ADSL network, now I;m running Darwin 1.41 on an Apple Macintosh PPC computer. I don't know how to set up ADSL on this system, can someone please guide me. (3 Replies)
Discussion started by: Syphor
3 Replies

4. Solaris

Solaris 10 ADSL USB modem problem

Hi, I have USB Siemens Santis 100 ADSL modem.I need driver for this modem on Solaris 10.Please help me with some info.Platform is x86.Thanks. (2 Replies)
Discussion started by: Upravnik
2 Replies

5. IP Networking

sharing of IP address for load sharing avoiding virtual server & redirection machine

I have RedHat 9.0 installed on three of my servers (PIII - 233MHz) and want that they share a common IP address so that any request made reaches each of the servers. Can anyone suggest how should I setup my LAN. I'm new to networking in Linux so please elaborate and would be thankful for a timely... (2 Replies)
Discussion started by: Rakesh Ranjan
2 Replies

6. Solaris

Installing USB adsl modem?

Hello all, granted that I am an absolute beginner with Solaris, I'd like to use my adsl modem, t's a Zyxel prestige 630. I managed to install and configure it under Ubuntu using the drivers from Conexant AccessRunner ADSL USB modems with Linux ; is there a chance to do the same under Solaris 10... (0 Replies)
Discussion started by: clalfa
0 Replies

7. IP Networking

Sharing Adsl Link

Hi guyz, got a little bit of a situation here. we are sharing an ADSL link with another organization. so there are 2 networks. network 1: has the adsl router and the whole n/w is on subnet 192.168.0.* the adsl router has its ip as 192.168.0.1 network 2(now us): we have set up a linux... (0 Replies)
Discussion started by: royashoya
0 Replies

8. Shell Programming and Scripting

Using Net::Telnet in Perl to connect to an adsl modem

Hello, First of all, congratulations on this forum! Very mice material! This is my fist thread and it has to do with connecting to an adsl modem and executing some commands. Heres what I do: $username = 'admin'; $passwd = 'admin'; $telnet = new Net::Telnet ( Timeout=>10,... (2 Replies)
Discussion started by: Ravendark
2 Replies

9. IP Networking

Configuring ADSL/3G/4G connectivity with Failover and Fallback capability

Hello All, I have one requirement in which, i have 3 connections one ADSL and two 4G dongle (Jio/Airtel). Where i need to configure ADSL and 4G connections, which i have configured and able to connect internet throught them, Now i need to create set-up for failover and fall back between them,... (0 Replies)
Discussion started by: linux.amrit
0 Replies
avahi-autoipd(8)					      System Manager's Manual						  avahi-autoipd(8)

NAME
avahi-autoipd - IPv4LL network address configuration daemon SYNOPSIS
avahi-autoipd [options] interface avahi-autoipd --kill interface avahi-autoipd --refresh interface avahi-autoipd --check interface DESCRIPTION
avahi-autoipd implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server. IPv4LL is part of the Zeroconf stack. avahi-autoipd can be used as stand-alone address allocator or as plugin for a DHCP client such as ISC's dhclient, where it can be used as fallback solution if no DHCP server is found. To allow communication between hosts that have only an IPv4LL address assigned and hosts that only have a routable IP address assigned you may add the following routes to both network configurations: route add -net 169.254.0.0 netmask 255.255.0.0 dev eth0 metric 99 route add default dev eth0 metric 99 See http://developer.apple.com/qa/qa2004/qa1357.html for more information. OPTIONS
-D | --daemonize Daemonize after startup. Implies --syslog. -k | --kill Kill an already running avahi-autoipd on the specified network interface. (Equivalent to sending a SIGTERM) -r | --refresh Tell an already running avahi-autoipd to re-announce the acquired IP address on the specified network interface. (Equivalent to sending a SIGHUP) -c | --check Return 0 as return code if avahi-autoipd is already running for the specified network interface. -s | --syslog Log to syslog instead of STDERR. Implied by --daemonize. --debug Enable verbose mode. --no-drop-root Don't drop root privileges after startup. We recommend not to use this option. --no-chroot Don't chroot(2) the daemon. This option is only available when compiled with chroot() support. -S | --start= Try to acquire the specified IP address, which must be from the IPv4LL range 169.254.0.0/16. -w | --wait Wait until a IP address has been successfully acquired before detaching. Only valid in combination with --daemonize. --force-bind Acquire an IPv4LL address, even if a routable address has been configured on the interface. --no-proc-title Don't change the process name while running. Unless this option is specified avahi-autoipd will reflect its current state and the IP address in the process title. -h | --help Show help. -v | --version Show version information. FILES
/etc/avahi/avahi-autoipd.action: the script to run when an IP address as been acquired or is lost. SIGNALS
SIGINT, SIGTERM: avahi-autoipd will shutdown. (Same as --kill) SIGHUP: avahi-autoipd will re-announce the acquired IP address. (Same as --refresh) AUTHORS
The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from http://avahi.org/ SEE ALSO
autoipd.action(8), dhclient(8) http://avahi.org/wiki/AvahiAutoipd documents how avahi-autoipd is best packaged and integrated into distributions. COMMENTS
This man page was written using xml2man(1) by Oliver Kurth. Manuals User avahi-autoipd(8)
All times are GMT -4. The time now is 03:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy