Sponsored Content
Full Discussion: Cannot add gateway
Operating Systems Solaris Cannot add gateway Post 302928049 by DukeNuke2 on Monday 8th of December 2014 01:29:28 PM
Old 12-08-2014
With the settings you provided in your first post, reaching the gateway is just not possible. If you are using different settings on your net1 interface, the output of ifconfig -a might be usefull for us, to figure out what is going on...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Add route gateway -> Restart !! Lose it

:confused: Hi: I donīt know how to add route gateway and when restart the machine lose this route and put other. In SCO ver 5.6 Enterprise write: etc\route delete gateway route add gateway 199.199.1.1. so , netstat -rn to see if has change -> all ok Restart -> !!!... (2 Replies)
Discussion started by: AlvaroD
2 Replies

2. UNIX for Dummies Questions & Answers

Aix Add Gateway

I have a AIX lates OS. I;m trying to setup a remote office using a telnet section and for some reazon it wont let me login in to the server. I've done this type of configuration on a SCO 5.0.6 . In SCO there is a file call S99route and that is where you put the gateway and it works just... (3 Replies)
Discussion started by: josramon
3 Replies

3. UNIX for Dummies Questions & Answers

How to add 2 gateway routes?

I need some help adding routes in sco. I am using SCO Openserver 5.0.4. Basically I have 2 gateways here. The first is 10.15.1.1 and allows me access to the rest of the computers in the office and in other offices. The other gateway is 10.15.10.2 and is the sonicwall that will allow access... (3 Replies)
Discussion started by: cstovall
3 Replies

4. HP-UX

How to add another default gateway

I am using HP-UX 11i and I need to add another default gateway. how can I do that ? (3 Replies)
Discussion started by: salhoub
3 Replies

5. UNIX for Dummies Questions & Answers

/etc/rc.d/netif wont add default gateway

hi! whenever i run /etc/rc.d/netif it will read rc.conf and add the pc IP and netmask but it wont read the default gateway resulting lost connectivity to internet my rc.conf: when i issue /etc/rc.d/netif restart: the result of running netif to routing tables: # netstat -rn i... (3 Replies)
Discussion started by: rdns
3 Replies

6. Solaris

Add gateway

Hi Community, I've a question about network adaptors. I've installed Solaris 10 configuring the ce0 port with an IP(10.23.8.15) , an interface_name (first) and a gateway(10.23.8.1) . I need to change the name of the interface ce0 and to configure another interface (ce1) with another... (1 Reply)
Discussion started by: Sunb3
1 Replies

7. Linux

GNUGK-How to setup static gateway to gateway routing

Dear Sir I am a newbie in the world of IP telephony. I have been working with Asterisk PBX (SIP) and Cisco Call Manager (MGCP) but now I am learning on how to work GNUGK for H.323 Gatekeeper. I am having a problem, configuring static call routing on GNUGK in the section ... (0 Replies)
Discussion started by: mfondoum
0 Replies

8. Solaris

how to add a default gateway in a zone of different VLAN of global zone

Hi Greetings... I have an issue in connecting the zone from outside the network and it is because of default gateway. I can ping default gateway from inside the zone and not able to ping from global zone due to different VLAN issue. If i add two different gateways and restart network services,... (2 Replies)
Discussion started by: vvpotugunta
2 Replies

9. Linux

Unable to add route with a specific gateway IP

Hi, This is the routing table on a RHEL 7 server : # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.132.81.145 0.0.0.0 UG 100 0 0 eno49 10.132.81.144 0.0.0.0 255.255.255.240 U 100 0 0 eno49... (4 Replies)
Discussion started by: anaigini45
4 Replies

10. UNIX for Beginners Questions & Answers

Inconsistency between RedHat 6.5 global gateway and single gateway leads to loss of default gateway

Dear friends I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies
WICD-MANAGER-SETTINGS.CONF(5)					File Formats Manual				     WICD-MANAGER-SETTINGS.CONF(5)

NAME
wicd-manager-settings.conf - contains settings that control Wicd's behavior DESCRIPTION
This file contains general configuration information for Wicd. This file is located at /etc/wicd/manager-settings.conf SETTINGS
link_detect_tool = <0|1|2> 0 = autodetect 1 = ethtool 2 = mii-tool flush_tool = <0|1|2> 0 = autodetect 1 = ip 2 = route backend = <ioctl|external> Default is ioctl backend. signal_display_type = <0|1> 0 = Show signal strength as a percentage 1 = Show signal strength in dBm dhcp_client = <0|1|2|3> 0 = autodetect 1 = dhclient 2 = dhcpcd 3 = pump sudo_app = <0|1|2|3> 0 = autodetect 1 = gksu 2 = kdesu 3 = ktsuss wired_interface = <interface_name> always_show_wired_interface = <True|False> wired_connect_mode = <0|1> 0 = connect to wired interface automatically 1 = do not connect to wired interface automatically prefer_wired = <True|False> True = Switch to wired interface if a link is detected, even if already connected to wireless False = Do not switch to wired interface automatically wireless_interface = <name_of_wireless_interface> wpa_driver = <wext|madwifi|ndiswrapper|hostap|hermes|atmel|broadcom|ipw|ralinklegacy|none> The default (and best supported) is wext. It should work properly in most cases. The none special value makes WICD pass no -D parameter to wpa_supplicant, which might be useful in some cases. auto_reconnect = <True|False> This settings determines whether Wicd will attempt to reconnect on connection loss. use_global_dns = <True|False> If set to "True" and values are specified in the global DNS settings below, this will cause Wicd to use these DNS settings. global_dns_dom = <plaintext_domain_name> This specifies the default search domain to be used by the resolver. global_dns_1 = <ip_address> global_dns_2 = <ip_address> global_dns_3 = <ip_address> debug_mode = <integer_value> 0 = disabled 1 = enabled SEE ALSO
wicd(8), wicd-curses(8), wicd-wired-settings.conf(5), wicd-wireless-settings.conf(5). wicd-1.7.2.4 WICD-MANAGER-SETTINGS.CONF(5)
All times are GMT -4. The time now is 06:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy