search for: defaultroute

Displaying 20 results from an estimated 28 matches for "defaultroute".

Did you mean: defaultrouter
2004 Apr 20
3
Pattern matching rules for least cost routing
...advises me which 'route' is being taken.... In 'extentions.conf' I have... ;Cell Phone call exten => _00[78][234].,1,Playback(posix-cellphone) exten => _00[78][234].,2,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) ;Default catch all - just dial it.... exten => _0.,1,Playback(posix-defaultroute) exten => _0.,2,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) No matter what is dialled - I always go out on the 'Default' line. Swapping order makes no difference. If I comment out the 'default' - it does match the 'Cell' pattern - and works. Shouldn't the number I dial matc...
2007 Feb 02
1
Default router on different subnet - Is it possible?
In the below example normal Internet traffic is routed as shown from node1 to internet1. The node1 defaultrouter points to the firewall and the firewall points to internet1. For node2 is it possible to add it's own link to the Internet passing through the same default router and firewall as node1. The links do not need to failover or provide any redundancy. node1---node1 defaultrouter--firewall--interne...
2012 Jan 10
2
making network configuration sticky in nexenta core/napp-it
Sorry for an off-topic question, but anyone knows how to make network configuration (done with ifconfig/route add) sticky in nexenta core/napp-it? After reboot system reverts to 0.0.0.0 and doesn''t listen to /etc/defaultrouter Thanks.
2013 Mar 12
3
9.1-Stable rc.conf ifconfig IPv6
Hi, I have a box with freebsd 9.1-Stable uname -a FreeBSD master.bogdanturcanu.ro 9.1-STABLE FreeBSD 9.1-STABLE #3: Fri Mar 8 18:43:56 EET 2013 root at master.bogdanturcanu.ro:/usr/obj/usr/src/sys/MASTER amd64 The server is connected ussing alc0 interface. If i run: Ifconfig alc0 inet6 x:x:x:x prefixlen 64 it's working. But, if I put in my rc.conf: ifconfig_alc0_ipv6="inet6
2014 Sep 03
2
howto force shutdown if nut-snmp Communications lost
...ut-snmp Communications lost? My 1. suggestion was option DEADTIME, but seem to be information only. (s. below) Any suggestions? The last way would be a ugly cronjob (like: ping || shutdown). regards Heiko ------------------------------------------------------ - script simulate network failure defaultrouter=`netstat -rn | grep "^0.0" | awk '{print $2}'` waitinit=10 waitdownup=600 syslog=/var/log/syslog eth=eth0 echo "defaultrouter=$defaultrouter syslog=$syslog eth=$eth waitinit=$waitinit waitdownup=$waitdownup" (sleep $waitinit; echo "`date +%m\ %d\ %H:%M:%S` exec ifc...
2007 Sep 02
0
handling rc.conf / freebsd init scripts
...: (keep in mind you should have a file for each node! or put them all in one file) node "host.domain.com" inherits basenode { $hostname = "host.domain.com" $iface = "fxp0" $ifconfig = "inet 1.2.3.4 netmask 255.255.255.0" $defaultrouter = "1.2.3.1" . $rcvars_enabled = [sshd, ntpd, puppetd] $rcvars_disabled = [sendmail, sendmail_submit, sendmail_outbound, sendmail_msp_queue] include bsdrcconf include ntpclient } this should be pretty straightforward. the variables set at the top are...
2006 Jul 20
2
GRE over IPsec Cisco<-> Linux
.../etc/ipsec.conf - Openswan IPsec configuration file version 2.0 # conforms to second version of ipsec.conf specification config setup # Debug-logging controls: "none" for (almost) none, "all" for lots. klipsdebug=none plutodebug=none interfaces=%defaultroute uniqueids=yes # Add connections here conn GDC1 authby=secret auto=start left=%defaultroute leftsourceip=192.168.1.97 leftid=@rx1000test leftsubnet=192.168.1.96/28 ike=aes128-md5-modp1024 esp=aes128-md5 right=160.96.97...
2003 Jun 12
1
NIC has IP, but has "no carrier"
...--------------------------------- hostname="blah.server.net" tcp_extensions="NO" log_in_vain="NO" tcp_keepalive="NO" network_interfaces="auto" ifconfig_lo0="inet 127.0.0.1" ifconfig_vr0="inet 192.168.80.222 netmask 255.255.255.0" defaultrouter="192.168.80.100" gateway_enable="NO" I also tried adding " media auto" in the ifconfig_vr0 above, but it didn't help. Same scenario. There's no problem in the cables as I use this same port in a Windows 2000 workstation. What am I missing? TIA, /Noor
2009 Jan 28
5
Solaris zone documentation
...elided timeserver=localhost name_service=DNS {domain_name=<%= domain %> name_server=10.132.2.150} network_interface=primary {hostname=<%= realhostname %> ip_address=<%= ip %> netmask=<%= netmask %> protocol_ipv6=no default_route=<%= defaultroute %>} nfs4_domain=dynamic The sysidcfg template is ripped straight from <http://reductivelabs.com/trac/puppet/wiki/TypeReference#zone> but it doesn''t work: err: Could not retrieve catalog: Failed to parse template sysidcfg: Could not find value for ''realhostname''...
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
...T> mtu 1500 inet 192.168.1.246 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:00:b4:a1:a5:a4 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 ------------------------------- test2:/home/gmarco> less /etc/rc.conf defaultrouter="192.168.1.101" gateway_enable="YES" hostname="test2.cho.it" ifconfig_ed0="inet 192.168.1.246 netmask 255.255.255.0" ifconfig_rl0="inet 192.168.0.246 netmask 255.255.255.0" keymap="it.iso" saver="daemon" sendmail_enable="...
2005 Nov 23
5
ntlm_auth from pppd help
...d[4862]: Connect: ppp0 <--> /dev/pts/2 Nov 23 09:15:53 fw03 pppd[4862]: Peer VIDAR\\bch failed CHAP authentication Nov 23 09:15:53 fw03 pppd[4862]: Connection terminated. Nov 23 09:15:54 fw03 pppd[4862]: Exit. The ppp options file: noauth name l2tpd refuse-pap refuse-mschap require-mschap-v2 defaultroute ms-dns 192.168.0.19 ms-dns 192.168.0.49 ms-wins 192.168.0.19 ms-wins 192.168.0.49 proxyarp debug lock nobsdcomp nologfd plugin winbind.so ntlm_auth-helper "/usr/bin/ntlm_auth --helper-protocol=ntlm-server-1"
2009 Jul 19
3
Opensolaris domU unable to get dhcp lease
I''m running a ubuntu 9.04 64 bit dom0 with kernel 2.6.29.6 and xen 3.4.0. My eth0 is bridged to br0 and to my guest VMs. The dom0 is running a dhcp server on br0 which is able to provide leases to physical machines on eth0, and also to a windows xp domU which is bridged to br0. However my open solaris 2009.6 domU is unable to obtain a dhcp lease. On the opensolaris side I can see this:
2017 Feb 03
0
USB passthrough for usb wireless nic adapter
Hi all, I am trying to use usb passthrough for an usb wireless adapter to a kvm guest under a CentOS7 host. Guest can connect to an AP and sometimes receives an IP and sometimes not. But when and IP address is assigned by an AP (and defaultroute), nothing works. If I try to resolv any host like for example www.google.com, there is no result ... Trying to ping 8.8.8.8 doesn't works also. Does usb passthrough works for usb wireless nic adapters? Or only for storage devices? Many thanks for your help.
2002 Jan 02
0
Shorewall, FreeS/WAN, and IPSEC
...EC tunnel was working, I changed the policy back to something sane. - Don''t forget that in your Policy and Rules you now have a new zone ''gw= '' to consider. My IPSEC config was only slightly altered from the example at the URL abo= ve. - I left ''interfaces=3D%defaultroute'' so I could use the same file on bo= th ends - When the Freeswan installation created the RSA key pairs for me, the public key was NOT in hex. Therefore, I dropped the leading ''0x'' shown in the jixen.tripod.com example. - [left|right]nexthop is the respective machine...
2007 Sep 07
0
cannot access samba server
...rver. On 4.11server it is security=share and I have no problems with that machine. I can mount the Vista directories on the 6.2server and the password works in the direction 6.2server to Vista. I did cat rc.conf > /mnt/tmp/rc.conf.txt and copied the file as below: hostname="Biggie" defaultrouter="192.168.0.1" ifconfig_vr0="inet 192.168.0.80 netmask 255.255.255.0" usbd_enable="YES" lpd_enable="YES" moused_port="/dev/psm0" moused_type="auto" moused_enable="YES" ntpdate_flags="0.us.pool.ntp.org" ntpdate_enable=&...
2008 Mar 17
1
VPN server and logon to Samba PDC
...l/etc/pptpd.conf: option /etc/ppp/options.pptpd localip 192.168.1.4 remoteip 192.168.1.150-155 and another file /etc/ppp/options.pptpd: lock debug noauth name pptpd nobsdcomp refuse-pap refuse-chap refuse-MSCHAP require-MSCHAP-v2 require-mppe ms-wins 192.168.1.4 ms-dns 195.184.96.2 213.173.225.86 defaultroute plugin winbind.so ntlm_auth-helper /usr/local/bin/ntlm_auth --helper-protocol=ntlm-server-1 This configuration does not work - the log says: Warning: Label /etc/ppp/options.pptpd rejected -direct connection: Configuration label not found >From reading several howto's on Poptop on FreeBSD I...
2005 Jan 04
0
winbind auth pppd 2.4.3/pptpd dialup samba pdc works
...red parameters in /etc/pptpd.conf my ppp.options file is like this ---------------------------- noauth lock proxyarp #ms-dns 192.168.1.1 #ms-dns 192.168.1.2 ms-wins 10.10.100.198 #ms-wins 192.168.1.51 refuse-pap refuse-chap refuse-mschap require-mschap-v2 #require-mppe-128 require-mppe nobsdcomp defaultroute debug logfile /var/log/pptpd.log plugin winbind.so ntlm_auth-helper "/usr/bin/ntlm_auth --helper-protocol=ntlm-server-1 --require-membership-of=S-1-5-21-2430330691-2538081181-1539622471-3001" ---------------------------------- for some magic the --require-membership parameter did not a...
2003 Oct 26
4
linux-xp x509 ipsec connection
hi, I can''t get a freeswan 2.02 ipsec x509 connection at work can somebody help me? ************************************************************************************* global situation ************************************************************************************* the linux gateway (chivas) is a single machine 192.168.1.250 with a local net 192.168.1.0/24, a dyn IP via a DSL
2000 Dec 04
4
Load Sharing PPP Connections on an Masqed LAN
Hi, can anyone help me with this problem i''ve got! I have a problem with routing on my Mandrake 7.2 Linux Box i was wondering if you could help me with. I live in Australia and as broadband access isn''t very available at the moment, i have 2 modems to dialup to my isp (dynamic ips assigned) to increase my bandwidth at an affordable level. What currently happens is i have a
2007 Apr 11
5
two routes, non-permanent higher proiority
Hi LARTC experts, Can you help me with this scenario? I have been lurking on this list for a while, but I am very green wrt advanced routing. I have a slackware linux based server in a vehicle with a high bandwidth satellite connection which is only available while the vehicle is stationary. This satellite connection comes in via eth0. But while the vehicle is moving or stationary, we can